home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part2 / 10292 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  1.8 KB  |  51 lines

  1.  
  2. > +On 15-Apr-96 05:12:44 Dale Currie
  3. > +<dalec@zorro.amitrix.com>
  4. > +wrote in "comp.sys.amiga.hardware"
  5.  
  6. > In article <1658.6677T638T2771@iig.com.au> (Mark P Allen) writes:
  7. >>
  8. >> On 12-Apr-96 14:06:32, Dale Currie wrote:
  9. >>
  10. >> [ masks and maxtranfer values ]
  11.  
  12. > Yes, on looking at some of the HDPrep scripts on the Install disk later, I
  13. > noticed that they also use this value.  It seems strange, since the
  14. > partition limit is 2GB for FFS that they would use a 4GB value, but as
  15. > long as it doesn't cause a problem....  I can see why you might use that
  16. > for the VLAB with a 4GB partition, but then doesn't it use it's own
  17. > filesystem?
  18. >
  19. >> Someone told me that the "c", "e" and "f" symbols represented byte, word
  20. >> or long offsets (I'm getting way out of my depth here though) according
  21. >> to the host system (eg., 16 or 32-bit etc). (?)
  22. >
  23. > Yes, it would be interesting to see some test numbers on large newer
  24. > drives to see if there is a difference at higher speed transfers.
  25.  
  26.  The Amiga allocates memory in 8 byte quantums(wording?) AFAIK.
  27.  That would mean just that the transfer size is masked...
  28.  
  29.  
  30. <sb> NativeDevUpdateKit3.1/Include.I/exec/memory.i
  31.  
  32. *----- Current alignment rules for memory blocks (may increase) -----
  33. MEM_BLOCKSIZE   EQU 8
  34. MEM_BLOCKMASK   EQU (MEM_BLOCKSIZE-1)
  35.  
  36. <sb> end of excerpt
  37.  
  38.  
  39.  What do you think?
  40.  
  41. Kind regards/Mvh
  42. /Hannu E.K. Nevalainen, Amiga user since '85.   /*1996-04-15@23:20CET*/
  43. >> Inform yourself... http://www.amiga.de/      /*Thor$ver[1642]*/
  44. <sb> rexx:random(64 tags) -> "PowerAmiga_08"
  45. The development of the native RISC AmigaOS will be made internally at Amiga
  46. Technologies.   This  development  project  will  also be involving a dozen
  47. companies in close partnership with AT.
  48.  
  49. (Quote from *.html at  http://www.amiga.de/  Dated: 07/11/95)
  50.  
  51.